Class: Almanac::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Almanac::ApplicationController
show all
- Defined in:
- app/controllers/almanac/application_controller.rb
Instance Method Summary
collapse
Instance Method Details
#set_blog ⇒ Object
16
17
18
|
# File 'app/controllers/almanac/application_controller.rb', line 16
def set_blog
@blog = Almanac::Blog.first
end
|
#set_current_author ⇒ Object
12
13
14
|
# File 'app/controllers/almanac/application_controller.rb', line 12
def set_current_author
current_user ||= nil
end
|