Sha256: f320816d37b5f3c6bde298d9a10301728fdd4b1e36d99700c3f03aa9480a990c

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

module Contactify
  module Generators
    class GenerateViewsGenerator < ::Rails::Generators::Base
      source_root File.expand_path("../../../../../app/views", __FILE__)
      desc "Generate Views of Contactify"

      def copy_views
        directory "contactify", "app/views/contactify"
      end      
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contactify-0.1 lib/generators/contactify/generate_views/generate_views_generator.rb