1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

add 'types'

This commit is contained in:
Kevin Olbrich 2013-12-12 18:29:03 +00:00
parent 955824d00c
commit 11b28cd780
3 changed files with 3 additions and 0 deletions

View file

@ -30,6 +30,9 @@ module Fog
collection :fields
model :field
collection :types
model :type
class Mock
def self.data
@data ||= Hash.new do |hash, key|

View file

View file