Sha256: 92e2030322ae5f685dc355ce3974dcd1e44a1fe6a22824a7c99861692f143f07
Contents?: true
Size: 821 Bytes
Versions: 7
Compression:
Stored size: 821 Bytes
Contents
Para.config do |config| # Configure authentication method to be called when accessing the admin panel # config.authenticate_admin_method = :authenticate_admin! # Configure the method to retrieve current admin user from # config.current_admin_method = :current_admin_user # Configure the default Kaminari pagination theme to use # config.pagination_theme = 'twitter-bootstrap-3' # Configure the default admin HTML page <title> # config.admin_title = ::I18n.t('para.admin.title') # Configure the default max depth for trees # config.default_tree_max_depth = 3 # Configure the methods which Para will try to call on resources to fetch # their name. # # Default is [:name, :title] # # config.resource_name_methods += [:full_name] # Para plugins to load # # config.plugins = [] end
Version data entries
7 entries across 7 versions & 1 rubygems