Method: Sequel::Plugins::ActiveModel::InstanceMethods#to_partial_path

Defined in:
lib/sequel/plugins/active_model.rb

#to_partial_pathObject

Returns a string identifying the path associated with the object.



97
98
99
# File 'lib/sequel/plugins/active_model.rb', line 97

def to_partial_path
  model._to_partial_path
end