module CmAdmin::Models::DslMethod
def page_title(title)
-
title
(String
) -- the title of page
def page_title(title) return unless @current_action @current_action.page_title = title end
title
(String
)
-- the title of page
def page_title(title) return unless @current_action @current_action.page_title = title end