Sha256: 0b42c03423af6b6a7d7da08a3470002e4c91c237e6cc7f9e1f37bc88ec905795

Contents?: true

Size: 352 Bytes

Versions: 8

Compression:

Stored size: 352 Bytes

Contents

module Refinery
  class AuthenticationGenerator < Rails::Generators::Base
    source_root File.expand_path("../templates", __FILE__)

    def generate_authentication_initializer
      template "config/initializers/refinery/authentication.rb.erb", File.join(destination_root, "config", "initializers", "refinery", "authentication.rb")
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
refinerycms-authentication-2.0.9 lib/generators/refinery/authentication/authentication_generator.rb
refinerycms-authentication-2.0.8 lib/generators/refinery/authentication/authentication_generator.rb
refinerycms-authentication-2.0.7 lib/generators/refinery/authentication/authentication_generator.rb
refinerycms-authentication-2.0.6 lib/generators/refinery/authentication/authentication_generator.rb
refinerycms-authentication-2.0.5 lib/generators/refinery/authentication/authentication_generator.rb
refinerycms-authentication-2.0.4 lib/generators/refinery/authentication/authentication_generator.rb
refinerycms-authentication-2.0.3 lib/generators/refinery/authentication/authentication_generator.rb
refinerycms-authentication-2.0.2 lib/generators/refinery/authentication/authentication_generator.rb