Skip to content

Instantly share code, notes, and snippets.

@DevGW
Last active March 3, 2023 15:41
Show Gist options
  • Save DevGW/4d80dbbb2d2f80549c1cacd07809f07b to your computer and use it in GitHub Desktop.
Save DevGW/4d80dbbb2d2f80549c1cacd07809f07b to your computer and use it in GitHub Desktop.
Ruby / Rails :: rake task #hha_ank
namespace :NAMESPACE do
desc "ENTER DESCRIPTION HERE"
task :start => [ :environment ] do
end #end task
end
### to run from shell "rails task_name"
### or ###
rails g task my_namespace my_task1 my_task2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment