Sha256: a88ea0d43b413087b5caeecf9091833b2549418bbdb5c3f3cc96fc88ab49d729
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
module Devise module Views class BootstrapSlimTemplatesGenerator < Rails::Generators::Base source_root File.expand_path('../../../../../../app/views', __FILE__) def copy_views directory("slim", Rails.root.join("app", "views", "devise")) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems