Skip to content

Commit c2e7cbd

Browse files
committed
removed unneeded :page_ids attr_reader
1 parent ca894af commit c2e7cbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/high_voltage/configuration.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ module Configuration
1414
:routes,
1515
)
1616

17-
attr_reader :action_caching, :action_caching_layout, :page_caching,
18-
:page_ids
17+
attr_reader :action_caching, :action_caching_layout, :page_caching
1918

2019
def configure
2120
yield self

0 commit comments

Comments
 (0)