6 lines
84 B
Ruby
6 lines
84 B
Ruby
module SequelFormCompatibility
|
|
def model_name
|
|
self.class.model_name
|
|
end
|
|
end
|