Skip to content

Commit

Permalink
Merge pull request #14768 from code-dot-org/organize-level-models
Browse files Browse the repository at this point in the history
Organize level models inside a `levels/` directory
  • Loading branch information
joshlory committed May 3, 2017
2 parents 82fe509 + 35098f9 commit 5d31278
Show file tree
Hide file tree
Showing 37 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions dashboard/config/application.rb
Expand Up @@ -123,6 +123,7 @@ class Application < Rails::Application
video-js/*.css
)
config.autoload_paths << Rails.root.join('lib')
config.autoload_paths << Rails.root.join('app', 'models', 'levels')

# use https://(*-)studio.code.org urls in mails
config.action_mailer.default_url_options = {host: CDO.canonical_hostname('studio.code.org'), protocol: 'https'}
Expand Down

0 comments on commit 5d31278

Please sign in to comment.