Skip to content

pixeltrix/scalar_types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ScalarTypes
===========

This plugin provides value objects for modelling attributes 
such as length, area, volume and weight. Useful when used 
with ActiveRecord::Aggregations, e.g:

  composed_of :weight, :mapping => [ %w(weight_amount amount), %w(weight_units units)]

Where possible when value objects are multiplied together the appropriate
object is returned, e.g. length * length = area

Copyright (c) 2008 Andrew White, released under the MIT license

About

Value objects for length, area, volume and weight.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published