Add style for registrar portal

This commit is contained in:
Martin Lensment 2015-03-26 14:53:32 +02:00
parent 63f73a8f24
commit a3cb7aed41
28 changed files with 1479 additions and 19 deletions

View file

@ -29,7 +29,7 @@ module Registry
config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
# Load all model subdirs
config.autoload_paths += Dir[Rails.root.join('app', 'models', '**/')]