We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I removed a database column without restarting the server. Visting hotsheet/rows then raised:
hotsheet/rows
ActionView::Template::Error (undefined method `editable_attributes' for class Row): 6: <table> 7: <thead> 8: <tr> 9: <% @model.editable_attributes.each do |attribute| %> 10: <th><%= attribute %></th> 11: <% end %> 12: </tr>
It would be cool if Hotsheet could reload its config in development.
The text was updated successfully, but these errors were encountered:
simon-isler
No branches or pull requests
I removed a database column without restarting the server. Visting
hotsheet/rows
then raised:It would be cool if Hotsheet could reload its config in development.
The text was updated successfully, but these errors were encountered: