Flowdock
method

creator?

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::DynamicFinderMatch
creator?() 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/dynamic_finder_match.rb, line 48
    def creator?
      @finder == :first && @instantiator == :create
    end
Register or log in to add new notes.