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