constellation-base 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ module Constellation
34
34
  if Rails.application.config.constellation.include? m
35
35
  root = Rails.application.config.constellation.send(m).root
36
36
  found = false
37
- ["/lib/", "/app/controllers/", "/app/models/"].each do |path|
37
+ ["/lib/", "/app/controllers/", "/app/models/", "/app/mailers/"].each do |path|
38
38
  begin
39
39
  require root + path + filename
40
40
  found = true
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ian Terrell
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-05-03 00:00:00 -07:00
18
+ date: 2010-05-04 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21