Class: Rtcl::ApplicationController

Inherits:
Object
  • Object
show all
Includes:
Polivalente::UserLocale
Defined in:
app/controllers/rtcl/application_controller.rb

Direct Known Subclasses

ArticlesController, CommentsController

Instance Method Summary collapse

Instance Method Details

#set_page_titleObject



6
7
8
# File 'app/controllers/rtcl/application_controller.rb', line 6

def set_page_title
  @page_title = controller_name.capitalize
end