::ActionView::Base
A helper class sets a proper context to be able to execute the filters.
(Not documented)
# File vendor/plugins/ubiquo_core/lib/ubiquo/filters/ubiquo_filter_test_case.rb, line 12 12: def initialize 13: params = { 14: 'controller' => 'tests', 15: 'action' => 'index' 16: } 17: @params = HashWithIndifferentAccess.new(params) 18: end
# File vendor/plugins/ubiquo_core/lib/ubiquo/filters/ubiquo_filter_test_case.rb, line 20 20: def url_for(options) 21: "http://example.com/tests" 22: end
Disabled; run with $DEBUG to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.