diff options
| author | Kir | 2012-01-26 12:36:32 +0200 |
|---|---|---|
| committer | Kir | 2012-01-26 12:36:32 +0200 |
| commit | cf8f7b3ae751d61ac3e74728c006c492acd78de7 (patch) | |
| tree | 7204a5f198c833937cecd84f84c163c6ecce7457 /lib/inboxes.rb | |
| parent | bac1756272bee288c5aa377e9a4692fb9382b10d (diff) | |
| download | inboxes-cf8f7b3ae751d61ac3e74728c006c492acd78de7.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 |
