Sha256: 69357b15cd190d607cda6973a7edcb384ae2fa6d22f19bd2b59a9262ed45dc7b
Contents?: true
Size: 297 Bytes
Versions: 24
Compression:
Stored size: 297 Bytes
Contents
module Riveter module Generators class InstallGenerator < ::Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) # TODO # insert require into the spec helper file # auto_load paths for concerns # copy locale files end end end
Version data entries
24 entries across 24 versions & 1 rubygems