Flowdock
method

polymorphic?

Importance_0
polymorphic?() public

No documentation

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

Hide source
# File activerecord/lib/active_record/reflection.rb, line 393
      def polymorphic?
        options.key? :polymorphic
      end
Register or log in to add new notes.