module CmAdmin::Models::DslMethod

def page_title(title)

def page_title(title)
  if @current_action
    @current_action.page_title = title
  end
end