spec/fixtures/components/foo/models/bar.rb in alephant-publisher-0.5.1 vs spec/fixtures/components/foo/models/bar.rb in alephant-publisher-0.6.1

- old
+ new

@@ -1,6 +1,6 @@ module MyApp - class Bar < ::Alephant::Views::Base + class Bar < Alephant::Publisher::Views::Html def content @data[:content] end end end