|
Fixed stack too deep error by commenting out circular reference to sections in the version model. Changed deprecated '.find(:all, :order => 'field ASC')' format to '.all.order('field')'
|
|---|
|
|
| app/controllers/guidances_controller.rb |
|---|
| app/models/version.rb |
|---|
| app/views/dmptemplates/_add_guidance.html.erb |
|---|
| app/views/dmptemplates/_add_question.html.erb |
|---|
| app/views/dmptemplates/_edit_question.html.erb |
|---|
| app/views/guidances/admin_edit.html.erb |
|---|
| app/views/guidances/admin_new.html.erb |
|---|