Sha256: 20867486dfd64c0121be162de13edd8b64393fe5473494c39ed5299d72faad9d
Contents?: true
Size: 331 Bytes
Versions: 65
Compression:
Stored size: 331 Bytes
Contents
module Bhf class Engine < Rails::Engine config.page_title = 'Bahnhof Admin' config.mount_at = '/bhf' # config.current_admin_account = :current_user # config.session_auth_name = :admin # config.css = ['bhf_extend'] # config.on_login_fail = :login_url # config.logout_path = :logout_path end end
Version data entries
65 entries across 65 versions & 1 rubygems