You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb-4.29/app/models/sequel_form_compatibility.rb

6 lines
84 B

module SequelFormCompatibility
def model_name
self.class.model_name
end
end