Flowdock
method

recompile!

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActiveSupport::Callbacks::Callback
recompile!(_options, _per_key) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/callbacks.rb, line 158
      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
Register or log in to add new notes.