diff options
| author | Kir | 2011-10-31 16:16:45 +0400 |
|---|---|---|
| committer | Kir | 2011-10-31 16:16:45 +0400 |
| commit | 7a540a454e4b2c2ccac5f6e542fe5130dbd05c8f (patch) | |
| tree | ddab265d7f62493f0e84a3b7cfbef06b2112123d /lib/inboxes.rb | |
| parent | a99eda077cd84e42bb526ffecc4bc59c4c1929de (diff) | |
| download | inboxes-7a540a454e4b2c2ccac5f6e542fe5130dbd05c8f.tar.bz2 | |
Readme and initial changes
Diffstat (limited to 'lib/inboxes.rb')
| -rw-r--r-- | lib/inboxes.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/inboxes.rb b/lib/inboxes.rb index 2720101..29bb078 100644 --- a/lib/inboxes.rb +++ b/lib/inboxes.rb @@ -1,5 +1,7 @@ require "inboxes/version" +require "inboxes/railtie" +require "inboxes/engine" -module Inboxes - # Your code goes here... -end +# module Inboxes +# # Your code goes here... +# end |
