Sha256: e619f971ded321163bd6d8555953e36044ac9136fdd3445d593d61faa8250cb0
Contents?: true
Size: 399 Bytes
Versions: 4
Compression:
Stored size: 399 Bytes
Contents
module G5Authenticatable class Engine < ::Rails::Engine isolate_namespace G5Authenticatable config.generators do |g| g.orm :active_record g.test_framework :rspec g.fixture_replacement :factory_girl, dir: 'spec/factories' end initializer "g5_authenticatable.filter_access_token" do |app| app.config.filter_parameters += [ :access_token ] end end end
Version data entries
4 entries across 4 versions & 1 rubygems