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
dev
1 parent e014ea9 commit 77935d610c667851bf575b529b24b75c3c1b8486
@briley briley authored on 29 Jun 2016
Showing 7 changed files
View
app/admin/dmptemplate.rb
View
app/models/user.rb
View
config/environment/development.rb 100644 → 0
View
config/environment/production.rb 100644 → 0
View
config/environment/test.rb 100644 → 0
View
config/initializers/locale.rb
View
config/initializers/mime_types.rb