class Spring::Commands::RailsDestroy

Public Instance Methods

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