refinerycms-inquiries 0.9.9.8 → 0.9.9.9
Sign up to get free protection for your applications and to get access to all the features.
- data/app/controllers/admin/inquiries_controller.rb +1 -1
- data/lib/gemspec.rb +1 -1
- data/readme.md +1 -1
- data/refinerycms-inquiries.gemspec +1 -1
- metadata +2 -2
@@ -3,7 +3,7 @@ class Admin::InquiriesController < Admin::BaseController
|
|
3
3
|
crudify :inquiry, :title_attribute => "name", :order => "created_at DESC"
|
4
4
|
helper_method :group_by_date
|
5
5
|
|
6
|
-
before_filter :find_all_ham, :only => [:
|
6
|
+
before_filter :find_all_ham, :only => [:index]
|
7
7
|
before_filter :find_all_spam, :only => [:spam]
|
8
8
|
before_filter :get_spam_count, :only => [:index, :spam]
|
9
9
|
|
data/lib/gemspec.rb
CHANGED
data/readme.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
Include the latest [gem](http://rubygems.org/gems/refinerycms-inquiries) into your Refinery CMS application's Gemfile:
|
8
8
|
|
9
|
-
gem 'refinerycms-inquiries', '~> 0.9.9.
|
9
|
+
gem 'refinerycms-inquiries', '~> 0.9.9.9'
|
10
10
|
|
11
11
|
Then type the following at command line inside your Refinery CMS application's root directory:
|
12
12
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{refinerycms-inquiries}
|
3
|
-
s.version = %q{0.9.9.
|
3
|
+
s.version = %q{0.9.9.9}
|
4
4
|
s.date = %q{2010-12-29}
|
5
5
|
s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
|
6
6
|
s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.}
|