class RedisDictionary::Configuration

Attributes

authentication_method[RW]

The name of the before filter we’ll call to authenticate the current user. Defaults to :login_required

inline_main_app_named_routes[RW]

Should the routes of the main app be accessible without the “main_app.” prefix ?

layout[RW]

Defaults to nil

menu_items[RW]

Public Class Methods

new() click to toggle source
# File lib/redis_dictionary/configuration.rb, line 17
def initialize
  @inline_main_app_named_routes = false
end