Closed nathanlrivera closed 11 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.
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.