Class: ControllerInheritingFromApplicationControllerController

Inherits:
ApplicationController show all
Defined in:
lib/vendor/plugins/rspec-rails/spec/resources/controllers/controller_spec_controller.rb

Instance Method Summary collapse

Instance Method Details

#action_with_inherited_before_filterObject



124
125
126
# File 'lib/vendor/plugins/rspec-rails/spec/resources/controllers/controller_spec_controller.rb', line 124

def action_with_inherited_before_filter
  render :text => ""
end