module Rails::Command::EnvironmentArgument

def require_application!

def require_application!
  ENV["RAILS_ENV"] = environment
  super
end