test/dummy/config/initializers/cohortly_config.rb in cohortly-0.0.5 vs test/dummy/config/initializers/cohortly_config.rb in cohortly-0.0.6
- old
+ new
@@ -1,6 +1,8 @@
Cohortly::TagConfig.draw_tags do
+ groups :rand_0, :rand_1, :rand_3
+
tag :hey do
controllers :stuff
end
tag :my do
controller :stuff do
@@ -10,6 +12,6 @@
tag :your do
controller :stuff do
actions :your_stuff
end
end
- end
\ No newline at end of file
+ end