From ce5a603f5cefaa9baf442b4a647e3497dc1e6c37 Mon Sep 17 00:00:00 2001 From: Kir Date: Fri, 2 Dec 2011 12:25:03 +0400 Subject: Renaming method inboxes to has_inboxes, version bump --- lib/inboxes/active_record_extension.rb | 2 +- lib/inboxes/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3