Sha256: e6c8a619c1866797456a1f68b3eab209007647e0eb457ae24f0747375942e29a

Contents?: true

Size: 292 Bytes

Versions: 2

Compression:

Stored size: 292 Bytes

Contents

module Devise
  module Views
    class BootstrapHamlTemplatesGenerator < Rails::Generators::Base
      source_root File.expand_path('../../../../../../app/views', __FILE__)
      def copy_views
         directory("haml", Rails.root.join("app", "views", "devise"))
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devise-bootstrap-views-0.0.11 lib/generators/devise/views/bootstrap_haml_templates/bootstrap_haml_templates_generator.rb
devise-bootstrap-views-0.0.10 lib/generators/devise/views/bootstrap_haml_templates/bootstrap_haml_templates_generator.rb