cartodb-4.29/app/models/sequel_form_compatibility.rb

6 lines
84 B
Ruby
Raw Permalink Normal View History

2020-06-15 10:58:47 +08:00
module SequelFormCompatibility
def model_name
self.class.model_name
end
end