Sha256: 746755392681ef71ccc18e594449c1b6477b14c4e039253d12dcc535eb157533

Contents?: true

Size: 355 Bytes

Versions: 7

Compression:

Stored size: 355 Bytes

Contents

= acts_as_span

ActiveRecord model w/ a start_date and an end_date == ActsAsSpan

Treat those date spans like the objects they are!

== Getting Started

In your Gemfile:

    gem "acts_as_span"

In your model:

    class SpanRecord < ActiveRecord::Base
      acts_as_span
    end

== Copyright

Copyright (c) 2011-2018 Annkissam. See LICENSE for details.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
acts_as_span-1.2.2 README.rdoc
acts_as_span-1.2.1 README.rdoc
acts_as_span-1.2.0 README.rdoc
acts_as_span-1.1.1 README.rdoc
acts_as_span-1.1.0 README.rdoc
acts_as_span-1.0.0 README.rdoc
acts_as_span-0.0.6 README.rdoc