Sha256: ccaaa5386d230f6fe727c927701af742df44bbe83dd65db43a32f4e9d8b7d7b9
Contents?: true
Size: 386 Bytes
Versions: 3
Compression:
Stored size: 386 Bytes
Contents
module Blueimp module Gallery module Generators class InstallGenerator < Rails::Generators::Base desc "Generates the initializer" source_root File.expand_path('../templates', __FILE__) def generate_intializer copy_file "initializer.rb", "config/initializers/blueimp-gallery.rb" end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems