Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. extend ActiveSupport::Concern
  2.  
  3. included do
  4. # Stores the default scope for the class.
  5. class_attribute :default_scopes, instance_writer: false, instance_predicate: false
  6.  
  7. self.default_scopes = []
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement