app/models/redditor/page.rb in redditor-0.1.17 vs app/models/redditor/page.rb in redditor-0.1.20

- old
+ new

@@ -21,7 +21,11 @@ end def content_blocks (text_blocks + video_blocks + images + slider_blocks).sort {|x, y| x.position <=> y.position} end + + def to_partial_path + 'redditor/page' + end end end \ No newline at end of file