Exception: SortySorter::Errors::InvalidExposedAttribute

Inherits:
SortyError
  • Object
show all
Defined in:
lib/sorty_sorter/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(col) ⇒ InvalidExposedAttribute

Returns a new instance of InvalidExposedAttribute.



15
16
17
# File 'lib/sorty_sorter/errors.rb', line 15

def initialize(col)
  super "No attribute #{col} defined in model"
end