Sha256: ce85a343067cf07a59e23f46cb16df968835a7adc643b7c2a44d0dc732150219
Contents?: true
Size: 395 Bytes
Versions: 29
Compression:
Stored size: 395 Bytes
Contents
class RulesSystemSpecController < ApplicationController def invalidly_nested_tag # nothing here end def invalidly_nested_tag_in_partial # nothing here end def invalid_start_tag_in_partial # nothing here end def invalid_start_tag_in_view # nothing here render :layout => 'fortitude_layout_with_p' end def intervening_partial # nothing here end end
Version data entries
29 entries across 29 versions & 1 rubygems