lib/fushin/posts/post.rb in fushin-0.1.1 vs lib/fushin/posts/post.rb in fushin-0.2.0

- old
+ new

@@ -55,9 +55,13 @@ Models::Website.new(url) end.compact end + def attachements + [] + end + private def main_selector raise NotImplementedError, "You must implement #{self.class}##{__method__}" end