Model for reading created

State pattern implemented
This commit is contained in:
Aart van Halteren
2013-06-26 15:05:20 +02:00
parent e6fc705e6a
commit 58eee12fb5
13 changed files with 236 additions and 18 deletions

3
app/models/reading.rb Normal file
View File

@@ -0,0 +1,3 @@
class Reading < ActiveRecord::Base
end