refinerycms-copywriting 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,4 @@
1
1
  class CopywritingPhrase < ActiveRecord::Base
2
- acts_as_indexed :fields => [:name, :default]
3
-
4
2
  belongs_to :page
5
3
 
6
4
  translates :value if self.respond_to?(:translates)
@@ -1,6 +1,6 @@
1
1
  <% if @copywriting_phrases.any? %>
2
2
  <div class='pagination_container'>
3
- <%= render :partial => 'copywritings', :copywriting_phrases => @copywriting_phrases %>
3
+ <%= render :partial => 'copywriting_phrases', :copywriting_phrases => @copywriting_phrases %>
4
4
  </div>
5
5
  <% else %>
6
6
  <p>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-copywriting
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Charles Barbier
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-31 00:00:00 Z
18
+ date: 2011-07-01 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: Extract all your strings and leave no human word behind, with i18n
@@ -36,7 +36,7 @@ files:
36
36
  - app/helpers/copywriting_helper.rb
37
37
  - app/models/copywriting_phrase.rb
38
38
  - app/views/admin/copywriting_phrases/_actions.html.erb
39
- - app/views/admin/copywriting_phrases/_copywritings.html.erb
39
+ - app/views/admin/copywriting_phrases/_copywriting_phrases.html.erb
40
40
  - app/views/admin/copywriting_phrases/_form.html.erb
41
41
  - app/views/admin/copywriting_phrases/_locale_filters.html.erb
42
42
  - app/views/admin/copywriting_phrases/_phrase.html.erb