Class: Provider
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Provider
- Includes:
- Redis::Objects::RMap
- Defined in:
- app/models/provider.rb
Instance Method Summary collapse
-
#fields_dump ⇒ Object
METHODS.
Instance Method Details
#fields_dump ⇒ Object
METHODS
54 55 56 |
# File 'app/models/provider.rb', line 54 def fields_dump provider_fields.as_json(:only => [:keyword, :title, :kind, :mask, :values, :priority, :regexp, :groupping]) end |