Sha256: fd25325d2e52e527eccac52361fafacf2c9212a0dfe3e89eb41a525a3ee3374b
Contents?: true
Size: 386 Bytes
Versions: 6
Compression:
Stored size: 386 Bytes
Contents
# encoding: utf-8 Refinery::Authentication::Devise.configure do |config| # Configure whether to allow superuser to assign roles # config.superuser_can_assign_roles = <%= Refinery::Authentication::Devise.superuser_can_assign_roles.inspect %> # Configure notification email from name # config.email_from_name = <%= Refinery::Authentication::Devise.email_from_name.inspect %> end
Version data entries
6 entries across 6 versions & 1 rubygems