refinerycms-pods 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/refinery/pods/pod.rb +1 -1
- data/readme.md +1 -1
- metadata +1 -1
@@ -5,7 +5,7 @@ module Refinery
|
|
5
5
|
|
6
6
|
POD_TYPES = %w(content banner gallery video)
|
7
7
|
|
8
|
-
attr_accessible :name, :body, :url, :image_id, :pod_type, :portfolio_entry_id, :video_id, :position
|
8
|
+
attr_accessible :name, :body, :url, :image_id, :pod_type, :portfolio_entry_id, :video_id, :position, :page_ids
|
9
9
|
|
10
10
|
acts_as_indexed :fields => [:name, :body, :url, :pod_type]
|
11
11
|
|
data/readme.md
CHANGED