Sha256: bfa55ca841ea9e6535d6aec1e2c160c5691dbc804c494cbae766489182204856
Contents?: true
Size: 417 Bytes
Versions: 29
Compression:
Stored size: 417 Bytes
Contents
require 'generators/rails/cell_generator' module Cells module Generators class CellGenerator < ::Rails::Generators::CellGenerator source_root File.expand_path('../../templates', __FILE__) def say_deprecated say "====> This generator is now DEPRECATED. <====", :red say "Please use:" say " rails g cell #{class_name} #{actions.join(' ')}" end end end end
Version data entries
29 entries across 29 versions & 1 rubygems