Sha256: 8424eed5762b29ec1e0b4edd74500b378fc4ccbe5728a0ca672e91560d23c428
Contents?: true
Size: 476 Bytes
Versions: 2
Compression:
Stored size: 476 Bytes
Contents
require 'active_support/secure_random' module Organizai module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../../templates", __FILE__) desc "Creates a Organizaí initializer." class_option :orm def copy_initializer template "organizai.rb", "config/initializers/organizai.rb" end def show_readme readme "README" if behavior == :invoke end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
organizai-0.1.1 | lib/generators/organizai/install_generator.rb |
organizai-0.1.0 | lib/generators/organizai/install_generator.rb |