Exception: ActiveRecord::SearchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/activerecord/base.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/activerecord/base.rb', line 6

def message
  "Please set only one the following options: :start_with, :end_with, :anywhere"
end