Module: Qadmin::PageTitles

Defined in:
lib/qadmin/page_titles.rb

Defined Under Namespace

Modules: ControllerMethods, MacroMethods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/qadmin/page_titles.rb', line 4

def self.included(other)
  other.module_eval do
    include ControllerMethods
    extend MacroMethods
    helper_method :get_page_title, :set_page_title
  end
end