Tried this with locations for a new event. It was working fine then I deleted a location and it keeps trying to download a json file instead of displaying the index. Any ideas?
Log: Started GET "/locations" for 192.168.. at 2011-11-15 14:20:10 -0500
Processing by LocationsController#index as HTML
[1m[35mLocation Load (3.2ms)[0m SELECT "locations".* FROM "locations"
[1m[36mLocation Load (2.0ms)[0m [1mSELECT "locations".* FROM "locations" WHERE (name like '%%') ORDER BY name[0m
Completed 200 OK in 89ms (Views: 7.8ms | ActiveRecord: 8.4ms)
Tried this with locations for a new event. It was working fine then I deleted a location and it keeps trying to download a json file instead of displaying the index. Any ideas?
Log:
Started GET "/locations" for 192.168.. at 2011-11-15 14:20:10 -0500
Processing by LocationsController#index as HTML
[1m[35mLocation Load (3.2ms)[0m SELECT "locations".* FROM "locations"
[1m[36mLocation Load (2.0ms)[0m [1mSELECT "locations".* FROM "locations" WHERE (name like '%%') ORDER BY name[0m
Completed 200 OK in 89ms (Views: 7.8ms | ActiveRecord: 8.4ms)