Flowdock
method

new

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ActiveRecord::DynamicScopeMatch
new(scope, attribute_names) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/dynamic_scope_match.rb, line 15
    def initialize(scope, attribute_names)
      @scope           = scope
      @attribute_names = attribute_names
    end
Register or log in to add new notes.