module CmAdmin::Models::DslMethod

def page_title(title)

Parameters:
  • title (String) -- the title of page
def page_title(title)
  return unless @current_action
  @current_action.page_title = title
end