Sha256: c8962fb37d4225104f1597e16e6a83d2a8ef475926a2a93d35e82374c2083a1c
Contents?: true
Size: 358 Bytes
Versions: 16
Compression:
Stored size: 358 Bytes
Contents
module Rails module Generators class FrillGenerator < NamedBase source_root File.expand_path("../templates", __FILE__) check_class_collision suffix: "Frill" def create_frill_file template 'frill.rb', File.join('app/frills/', class_path, "#{file_name}_frill.rb") end hook_for :test_framework end end end
Version data entries
16 entries across 16 versions & 1 rubygems