module CouchRest::Model::Base
use “use_couchrest_model” in the DSL or include this module in a migration to use CouchRest::Model
Public Class Methods
to_s()
click to toggle source
# File lib/couch_migrate/couchrest_model/extend.rb, line 10 def to_s to_s_original.sub(/CouchMigrate::BaseExecuter::Namespaced::/, '') end
Also aliased as: to_s_original