class Spring::Commands::RailsDestroy

Public Instance Methods

command_name() click to toggle source
# File lib/spring/commands/rails.rb, line 43
def command_name
  "destroy"
end