class ActsAsHuman::CLI
Public Instance Methods
migration( table_name )
click to toggle source
# File lib/acts_as_human/cli.rb, line 12 def migration( table_name ) Generators::Migration.start( [table_name] ) end