ActiveRecord::RecordNotFound in StoreinfoController#column

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

Extracted source (around line #180):
178
179
180
181
182
183
              
def column
@sstore = make_cond( request.fullpath, params, controller_name )
@store = Admin::StoreDecorator.decorate Admin::Store.find(params[:id].to_i)
end
def new

Rails.root: /home/kouya/main_dir

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"pref_id"=>"13", "area_id"=>"45", "spot_id"=>"99", "indust_id"=>"50", "stype_id"=>"10", "id"=>"1000"}

Response

Headers:

None