Skip to content

Commit

Permalink
Add autoload paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bluerogue251 committed Sep 4, 2014
1 parent 834cce9 commit bee348d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class Application < Rails::Application
generate.view_specs false
end

config.autoload_paths << "#{Rails.root}/app/models/user"

# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
Expand Down

0 comments on commit bee348d

Please sign in to comment.