aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/script/destroy.tt
blob: 62a856d338526ee1da96a33f1f28599e7c40e836 (plain) (blame)
1
2
3
4
<%= shebang %>
RAILS_GENERATORS = true
require File.expand_path('../../config/environment',  __FILE__)
require 'rails/commands/destroy'