draper/spec/dummy/app/controllers/base_controller.rb

5 lines
97 B
Ruby

class BaseController < ActionController::Base
include LocalizedUrls
protect_from_forgery
end