ActiveRecord::RecordNotFound in StoreinfoController#rec

Couldn't find Admin::Store with 'id'=989

Extracted source (around line #76):
74
75
76
77
78
79
              
def rec
@store = @rec_store = Admin::StoreDecorator.decorate Admin::Store.find(params[:id].to_i)
@recent = Recent.new
@recent.comnt = "<" + @rec_store.name + ">\n"
end

Rails.root: /home/kouya/main_dir

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"pref_id"=>"27", "area_id"=>"13", "spot_id"=>"29", "indust_id"=>"20", "stype_id"=>"all", "id"=>"989"}

Response

Headers:

None