Sha256: 02698c7994b1a3b29777448782dc94c90cc442010951059436491f4b76529883

Contents?: true

Size: 267 Bytes

Versions: 10

Compression:

Stored size: 267 Bytes

Contents

module TaoForm
  module Components
    module MomentPicker
      module Segments
        class Base < TaoOnRails::Components::Base

          private

          def default_options
            {class: '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/base.rb
tao_form-0.1.8 lib/tao_form/components/moment_picker/segments/base.rb
tao_form-0.1.7 lib/tao_form/components/moment_picker/segments/base.rb
tao_form-0.1.6 lib/tao_form/components/moment_picker/segments/base.rb
tao_form-0.1.5 lib/tao_form/components/moment_picker/segments/base.rb
tao_form-0.1.4 lib/tao_form/components/moment_picker/segments/base.rb
tao_form-0.1.3 lib/tao_form/components/moment_picker/segments/base.rb
tao_form-0.1.2 lib/tao_form/components/moment_picker/segments/base.rb
tao_form-0.1.1 lib/tao_form/components/moment_picker/segments/base.rb
tao_form-0.1.0 lib/tao_form/components/moment_picker/segments/base.rb