dmpopidor / app /
@briley briley authored on 19 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 Fixed i18n calls in erb files that were missing an equal sign (e.g. <% t('value'') %> --> <%= t('value') %> so that the value will appear to the user. Also updated i18n calls from admin.js with 'js.' prefix) 9 years ago
controllers Fixed add/remove option js 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 Removed all accepts_nested_attributes_for for belongs_to associations because they were creating circular calls in ActiveRecord. 9 years ago
views Removed deprecated uniq_by call on ActiveRecord collection 9 years ago