Method: Sequel::Plugins::List::ClassMethods#scope_proc
- Defined in:
- lib/sequel/plugins/list.rb
#scope_proc ⇒ Object
A proc that scopes the dataset, so that there can be multiple positions in the list, but the positions are unique with the scoped dataset. This proc should accept an instance and return a dataset representing the list.
90 91 92 |
# File 'lib/sequel/plugins/list.rb', line 90 def scope_proc @scope_proc end |