diff options
| author | Kir | 2011-12-02 12:25:03 +0400 | 
|---|---|---|
| committer | Kir | 2011-12-02 12:25:03 +0400 | 
| commit | ce5a603f5cefaa9baf442b4a647e3497dc1e6c37 (patch) | |
| tree | a97c013b98a1d370a193e8f1a8a4296fa73dc4f5 /lib | |
| parent | 2b132a1b8c3e1beabdec0ab3d27f0f8fae72f618 (diff) | |
| download | inboxes-ce5a603f5cefaa9baf442b4a647e3497dc1e6c37.tar.bz2 | |
Renaming method inboxes to has_inboxes, version bumpv0.1.5
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/inboxes/active_record_extension.rb | 2 | ||||
| -rw-r--r-- | lib/inboxes/version.rb | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/lib/inboxes/active_record_extension.rb b/lib/inboxes/active_record_extension.rb index 52b6810..34fd387 100644 --- a/lib/inboxes/active_record_extension.rb +++ b/lib/inboxes/active_record_extension.rb @@ -1,6 +1,6 @@  module Inboxes    module ActiveRecordExtension -    def inboxes(options = {}) +    def has_inboxes(options = {})        # field  = options[:as]     || name        # prefix = options[:prefix] || "with" diff --git a/lib/inboxes/version.rb b/lib/inboxes/version.rb index 3965e6a..5470b38 100644 --- a/lib/inboxes/version.rb +++ b/lib/inboxes/version.rb @@ -1,3 +1,3 @@  module Inboxes -  VERSION = "0.1.4" +  VERSION = "0.1.5"  end | 
