instiki/vendor/rails/actionpack/test/fixtures/application_root/app/controllers/a_class_that_contains_a_controller/poorly_placed_controller.rb
2007-01-22 07:43:50 -06:00

7 lines
138 B
Ruby

class AClassThatContainsAController::PoorlyPlacedController < ActionController::Base
def self.is_evil?
:decidedly_so
end
end