Sha256: 53e923509a95dc50371d002e2b799c983ae1e08966a6b17e2894ba1361b10b5c
Contents?: true
Size: 203 Bytes
Versions: 12
Compression:
Stored size: 203 Bytes
Contents
class Flipflop::FeaturesGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def copy_features_file copy_file "features.rb", "config/features.rb" end end
Version data entries
12 entries across 12 versions & 1 rubygems