diff options
| author | Kir | 2012-01-26 12:36:32 +0200 |
|---|---|---|
| committer | Kir | 2012-01-26 20:31:35 +0200 |
| commit | 149cf1a6ad493f3aa57c7fa0adfcbeda4e94c9d9 (patch) | |
| tree | 7204a5f198c833937cecd84f84c163c6ecce7457 /lib/inboxes.rb | |
| parent | b0ca19c663246ffbb78a7b41b4a22bab57d0b69c (diff) | |
| download | inboxes-149cf1a6ad493f3aa57c7fa0adfcbeda4e94c9d9.tar.bz2 | |
Added fake_app
Diffstat (limited to 'lib/inboxes.rb')
| -rw-r--r-- | lib/inboxes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/inboxes.rb b/lib/inboxes.rb index 57dc9a0..a8192dc 100644 --- a/lib/inboxes.rb +++ b/lib/inboxes.rb @@ -4,9 +4,7 @@ require "inboxes/ability" require "inboxes/engine" require "inboxes/active_record_extension" - module Inboxes - def self.configure(&block) yield @config ||= Inboxes::Configuration.new end @@ -31,5 +29,4 @@ module Inboxes # adding method inboxes for models ActiveRecord::Base.extend(Inboxes::ActiveRecordExtension) - end |
