Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show does not display all attributes of attributes table #3975

Closed
BenjaminHolland10 opened this issue Jun 3, 2015 · 3 comments
Closed

Show does not display all attributes of attributes table #3975

BenjaminHolland10 opened this issue Jun 3, 2015 · 3 comments

Comments

@BenjaminHolland10
Copy link

screen shot 2015-06-03 at 3 38 12 pm

In active admin after updating the info on a model, the show block should display all thing listed in the attribute tables block. The last one for some reason is listed as empty even the user inputs something for it in the form(i.e. 223). The database is updated with the form info and the index page shows the id.

screen shot 2015-06-03 at 3 42 19 pm
screen shot 2015-06-03 at 3 43 43 pm

screen shot 2015-06-03 at 3 36 55 pm

@workgena
Copy link

workgena commented Jun 4, 2015

Try this:

row :institution do |row|
  row.institution_id
end

@timoschilling
Copy link
Member

I’m going to close this since you haven’t responded. Please feel free to update this issue with additional information so it can be reconsidered.

@BenjaminHolland10
Copy link
Author

Sorry I didn't respond but @workgena's solution did work. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants