Merge pull request #885 from avakarev/clean-up-application_helper

Clean up application_helper.rb code
This commit is contained in:
Dmitriy Zaporozhets 2012-06-03 00:54:34 -07:00
commit aadf9d607e

View file

@ -110,27 +110,11 @@ module ApplicationHelper
[projects, default_nav, project_nav].flatten.to_json
end
def project_layout
layout == "project"
end
def admin_layout
layout == "admin"
end
def profile_layout
layout == "profile"
end
def help_layout
controller.controller_name == "help"
end
def ldap_enable?
Devise.omniauth_providers.include?(:ldap)
end
def layout
def layout
controller.send :_layout
end