spec/fixtures/components/foo/models/foo.rb in alephant-preview-0.1.1 vs spec/fixtures/components/foo/models/foo.rb in alephant-preview-0.1.2

- old
+ new

@@ -1,6 +1,8 @@ +require 'alephant/renderer/views/html' + module MyApp - class Foo < ::Alephant::Views::Base + class Foo < ::Alephant::Renderer::Views::Html def content "content" end end end