6 lines
69 B
Ruby
6 lines
69 B
Ruby
module DashboardsHelper
|
|
|
|
def title_for_page
|
|
'home'
|
|
end
|
|
end
|