Class: ControllerInheritingFromApplicationControllerController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ControllerInheritingFromApplicationControllerController
- 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_filter ⇒ Object
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 |