neerajsingh0101 / admin_data

A non instrusive gem which helps you browse, search and manage your data using browser
http://admin-data-demo.heroku.com/admin_data
MIT License
376 stars 56 forks source link

Fixed an undefined method error in SearchController #89

Closed nathanlrivera closed 11 years ago

nathanlrivera commented 12 years ago

In Rails 3.2 when I try to visit /admin_data I get the following error:

NameError in AdminData::SearchController#quick_search

undefined local variable or method `get_class_from_params' for #AdminData::SearchController:0x007fe18dbd25d8

Adding the AdminData:: namespace to the inheritance fixed this issue.