7 lines
168 B
Ruby
7 lines
168 B
Ruby
module Public
|
|
class ApplicationController < ::ApplicationController
|
|
include ::CurrentConferenceAssigning
|
|
before_filter :require_current_conference!
|
|
end
|
|
end
|