Sha256: a8280fe6fb311238a7cd1007d4189650787ba736675272eaaf04e7051dbe55fa

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true

require 'active_model'

module NotificationSettings
  class PreferencesForm
    include ActiveModel::Model

    attribute :enabled, :boolean, default: true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notification-settings-3.0.2 lib/notification_settings/preferences_form.rb
notification-settings-2.0.0 lib/notification_settings/preferences_form.rb