All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ruby-on-rails-server.model.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
=begin
{{> info}}
=end

{{#models}}{{#model}}
class {{classname}} < ApplicationRecord
{{#requiredVars}}
  validates_presence_of :{{name}}
{{/requiredVars}}{{#vars}}{{#isArray}}
  serialize :{{name}}, Array{{/isArray}}{{#isMap}}
  serialize :{{name}}, Hash{{/isMap}}{{/vars}}
end{{/model}}{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy