app/controllers/umlaut_configurable.rb
Method set_default_configuration!
has 145 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def self.set_default_configuration!(configuration)
configuration.configure do
app_name 'Find It'
# Different navbar title? Defaults to app_name
header_title deferred! {|c| c.app_name}