Sha256: f80812f7e12be94cb11e100c61c05882af357f2fe7029f806faba322c3e548d4
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 Bytes
Contents
module Hobo class HintsGenerator < Rails::Generators::NamedBase source_root File.expand_path('../templates', __FILE__) check_class_collision :suffix => 'Hints' def generate_hints template 'hints.rb.erb', File.join("app/viewhints", "#{file_path}_hints.rb") end end end
Version data entries
7 entries across 7 versions & 1 rubygems