Skip to content
Snippets Groups Projects

Services for persisting Cycle Analytics group stages

Merged Adam Hegyi requested to merge persisting-ca-group-stages into master
All threads resolved!
13 files
+ 221
125
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -17,6 +17,7 @@ module Stage
alias_attribute :custom_stage?, :custom
scope :customized, -> { where(custom: true) }
scope :default_stages, -> { where(custom: false) }
end
class_methods do
Loading