class method
self.abstract!
Ruby on Rails 6.0.6
Since v3.0.20Signature
self.abstract!()
Define a controller as abstract. See internal_methods for more details.
Source
# File actionpack/lib/abstract_controller/base.rb, line 40
def abstract!
@abstract = true
end
Defined in actionpack/lib/abstract_controller/base.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Base