Sha256: 5b7fc89a15d5a7339e915915d7255ed7e047e2e97d51750eb4562e70a0a0adee

Contents?: true

Size: 255 Bytes

Versions: 10

Compression:

Stored size: 255 Bytes

Contents

module TaoForm
  module Components
    module MomentPicker
      module Segments
        class MonthSegmentComponent < Base

          def self.component_name
            :moment_picker_month_segment
          end

        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tao_form-0.1.9 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.8 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.7 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.6 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.5 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.4 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.3 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.2 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.1 lib/tao_form/components/moment_picker/segments/month_segment_component.rb
tao_form-0.1.0 lib/tao_form/components/moment_picker/segments/month_segment_component.rb