module CmAdmin::Models::DslMethod
def sort_column(column = :created_at)
def sort_column(column = :created_at) @current_action.sort_column = column.to_sym if @current_action end
def sort_column(column = :created_at) @current_action.sort_column = column.to_sym if @current_action end