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

5 lines
105 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
include SessionsHelper
end