Sha256: b44860bab840b39404f35b5efedd17c4343a1133b5ef79359c7be38c61c7698d
Contents?: true
Size: 385 Bytes
Versions: 8
Compression:
Stored size: 385 Bytes
Contents
module ActsAsUser module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../../templates", __FILE__) desc "Creates a Acts_as_user initializer in your application" class_option :orm def copy_initializer template "acts_as_user.rb", "config/initializers/acts_as_user.rb" end end end end
Version data entries
8 entries across 8 versions & 1 rubygems