Sha256: ae6d8b1d335c7515e817d83c450e829859e57426b8b79db63745e7a889026887

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

# frozen_string_literal: true

require 'rails/generators'

module Lite
  module Form
    class InstallGenerator < Rails::Generators::Base

      source_root File.expand_path('../templates', __FILE__)

      def copy_application_query_file
        copy_file('install.rb', 'app/forms/application_form.rb')
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lite-form-1.0.2 lib/generators/lite/form/install_generator.rb
lite-form-1.0.1 lib/generators/lite/form/install_generator.rb
lite-form-1.0.0 lib/generators/lite/form/install_generator.rb