ActiveRecord::RecordNotFound in PhrasebooksController#show

ActiveRecord::RecordNotFound

Extracted source (around line #119):
117
118
119
120
121
122
          
def self.find(param)
all.detect { |tl| tl.id.eql?(param) } || raise(ActiveRecord::RecordNotFound)
end

Rails.root: /home/rails

Application Trace | Framework Trace | Full Trace
app/models/target_language.rb:119:in `find'
app/controllers/phrasebooks_controller.rb:8:in `show'

Request

Parameters:

{"id"=>"finnis"}

Response

Headers:

None