diff options
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 | 
