Flowdock
method

changed?

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ActionView::Base
changed?(other) public

No documentation

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

Hide source
# File actionview/lib/action_view/base.rb, line 200
      def changed?(other) # :nodoc:
        compiled_method_container != other.compiled_method_container
      end
Register or log in to add new notes.