instance method
recompile!
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
recompile!(_options, _per_key)
No documentation comment.
Parameters
-
_optionsreq -
_per_keyreq
Source
# File activesupport/lib/active_support/callbacks.rb, line 159
def recompile!(_options, _per_key)
_update_filter(self.options, _options)
_update_filter(self.per_key, _per_key)
@callback_id = next_id
@filter = _compile_filter(@raw_filter)
@compiled_options = _compile_options(@options)
_compile_per_key_options
end
Defined in activesupport/lib/active_support/callbacks.rb line 159
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Callbacks::Callback