You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customer --Client information such first, last, password ...
Activities --Client information related to Activities such Soccer, Bar etc...
Manager --Which grab the id from Customer and Activities id and state when the two where related etc...
But when I go on Manager i get the following error.
Showing /home/jean/.rvm/gems/ruby-1.9.3-p194/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb where line #1 raised:
uninitialized constant ActivitiesManager::Customers
Extracted source (around line #1):
So I already posted my original question about association on this link http://railsforum.com/viewtopic.php?pid=153916#p153916 but what I would like is to allow active admin To manage the 3 tables
Customer --Client information such first, last, password ...
Activities --Client information related to Activities such Soccer, Bar etc...
Manager --Which grab the id from Customer and Activities id and state when the two where related etc...
But when I go on Manager i get the following error.
Showing /home/jean/.rvm/gems/ruby-1.9.3-p194/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb where line #1 raised:
uninitialized constant ActivitiesManager::Customers
Extracted source (around line #1):
1: render renderer_for(:index)
Rails.root: /home/jean/rail/wyw
Application Trace | Framework Trace | Full Trace
The text was updated successfully, but these errors were encountered: