jam-cloud/web/app/controllers/application_controller.rb

5 lines
105 B
Ruby
Raw Normal View History

2012-08-31 02:09:02 +00:00
class ApplicationController < ActionController::Base
protect_from_forgery
include SessionsHelper
2012-08-31 02:09:02 +00:00
end