Sha256: 9d2c7947ba419034a4e71512c09691bbdcf625a3f7e8ff54dc515b5c99656ff3
Contents?: true
Size: 222 Bytes
Versions: 22
Compression:
Stored size: 222 Bytes
Contents
module Spina module Forms class SwitchComponent < ApplicationComponent attr_accessor :f, :method def initialize(f, method) @f = f @method = method end end end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
spina-2.1.1 | app/components/spina/forms/switch_component.rb |
spina-2.1.0 | app/components/spina/forms/switch_component.rb |