class method
self.new
Ruby on Rails 7.2.3
Since v4.0.13Signature
self.new(operations = [], delete_operations = [])
No documentation comment.
Parameters
-
operationsopt = [] -
delete_operationsopt = []
Source
# File railties/lib/rails/configuration.rb, line 47
def initialize(operations = [], delete_operations = [])
@operations = operations
@delete_operations = delete_operations
end
Defined in railties/lib/rails/configuration.rb line 47
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Configuration::MiddlewareStackProxy