Sha256: ed15b08931dab14733db67a774cd1908f815902287c1182615b28c6d71efa040

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

module ActForm
  module Generators
    class InstallGenerator < ::Rails::Generators::Base
      source_root File.expand_path('../../templates', __FILE__)

      desc 'Create the forms dir and copy record_form.rb'
      def copy_initializer
        directory 'forms', 'app/forms'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
act_form-0.1.0 lib/generators/act_form/install_generator.rb