dmpopidor / app /
@briley briley authored on 8 Feb 2017
..
admin resolved merge conflicts 9 years ago
controllers Merge branch 'final_schema' of https://github.com/CDLUC3/roadmap into final_schema 9 years ago
helpers renamed projects_helper to plans_helper. moved template.settings tests to settings:template_test 9 years ago
mailers updated actionmailer to use the hostname when adding urls to emails. Also fixed bug in [object]_path route helpers contained within an ActionMailer view. ActionMailer was not proviing the localization portion of the url. Manually including the default locale now in links to the project 9 years ago
models removed org_token_permission and users_perm models. They are declared via a has_and_belongs_to_many relationship which designates the underlying table so there is no need for a model. Removed old organisation_type which has been replaced 9 years ago
policies merge in changes from origin 9 years ago
validators uncommented out the email validator. added org unit tests. 9 years ago
views removed User.org_type method and updated calls to in on some template views to use the new org.funder? instead 9 years ago