mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Is sample_data or demo_data?
This commit is contained in:
@@ -63,3 +63,9 @@ namespace :demo_data do
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# Alias namespace to avoid forgetfulness
|
||||
namespace :sample_data do
|
||||
desc "Load full realistic demo dataset (alias for demo_data:default)"
|
||||
task default: "demo_data:default"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user