Skip to content

Instantly share code, notes, and snippets.

View sheamf's full-sized avatar

Miles Shea sheamf

View GitHub Profile
class CompanyForm
extend ActiveModel::Naming
include ActiveModel::Conversion
include ActiveModel::Validations
attr_reader :name, :employee_count
with_options presence: true do |required|
required.validates :name