9 lines
166 B
Ruby
9 lines
166 B
Ruby
class BaseReportController < ActionController::Base
|
|
include LoginVerification
|
|
|
|
#before_action :check_installation
|
|
protect_from_forgery with: :exception
|
|
|
|
|
|
end
|