class ActiveRecord::DynamicMatchers::FindOrCreateBy
Public Class Methods
Source
# File lib/active_record/deprecated_finders/dynamic_matchers.rb, line 179 def self.prefix "find_or_create_by" end
Public Instance Methods
Source
# File lib/active_record/deprecated_finders/dynamic_matchers.rb, line 183 def instantiator "create" end