Skip to content

Instantly share code, notes, and snippets.

View sibsfinx's full-sized avatar
😸

Alexander Mescheryakov sibsfinx

😸
View GitHub Profile
class FormObjectBase < Hashie::Dash
extend ActiveModel::Naming
def persisted?; false; end
def to_key; nil; end
end
# Пример модели
class UserOrganizationForm < FormObjectBase