spec/dummy/app/controllers/dummy_controller.rb in dry_views-0.0.1 vs spec/dummy/app/controllers/dummy_controller.rb in dry_views-0.0.2

- old
+ new

@@ -1,6 +1,12 @@ class DummyController < ApplicationController - def index + def content_for + end + + def content_for_with_default + end + + def no_content end end