instiki/vendor/rails/actionpack/test/fixtures/application_root/app/controllers/a_class_that_contains_a_controller/poorly_placed_controller.rb

7 lines
138 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
class AClassThatContainsAController::PoorlyPlacedController < ActionController::Base
def self.is_evil?
:decidedly_so
end
end