dmpopidor / app /
@briley briley authored on 18 Jul 2016
..
admin renamed config/environment to config/environments which is what rails is looking for. Commented out the DOCX mime type reference because it is already added by rails. Commented out the belongs_to_and has_many line in models/user because it is already defined by rolify gem 9 years ago
assets Upgraded select2 js file 9 years ago
controllers removed deprecated link_to_object function from helpers/application.rb and added client side js script to add new options to a question. 9 years ago
helpers removed deprecated link_to_object function from helpers/application.rb and added client side js script to add new options to a question. 9 years ago
mailers DMPonline4 - RAILS 4.0 (#4) 9 years ago
models 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')' 9 years ago
views removed deprecated link_to_object function from helpers/application.rb and added client side js script to add new options to a question. 9 years ago