orbit-basic/vendor/built_in_modules/new_blog/app/helpers/application_helper.rb

7 lines
114 B
Ruby
Raw Normal View History

2011-11-18 08:43:14 +00:00
module ApplicationHelper
def check_show_frontend
front_end_available(NewBlog::MOUDLEAPP_TITLE)
end
2011-11-18 08:43:14 +00:00
end