Sha256: 70b6311c484b251db20a518490cf50a78d0383a3a881de07c6ca3b7d0a2b77db

Contents?: true

Size: 182 Bytes

Versions: 13

Compression:

Stored size: 182 Bytes

Contents

require 'iatelier/models/book'

class Stuff < Book
	include Item
	DIMENSIONS = ['title', 'slug', 'timestamp']
	GROUPINGS = ['peoples', 'keywords']
	ROLES = ['mention', 'author']
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ilog-0.4.9 lib/ilog/models/stuff.rb
ilog-0.4.8 lib/ilog/models/stuff.rb
ilog-0.4.7 lib/ilog/models/stuff.rb
ilog-0.4.6 lib/ilog/models/stuff.rb
ilog-0.4.5 lib/ilog/models/stuff.rb
ilog-0.4.4 lib/ilog/models/stuff.rb
ilog-0.4.3 lib/ilog/models/stuff.rb
ilog-0.4.2 lib/ilog/models/stuff.rb
ilog-0.4.1 lib/ilog/models/stuff.rb
ilog-0.4.0 lib/ilog/models/stuff.rb
ilog-0.3.3 lib/ilog/models/stuff.rb
ilog-0.3.1 lib/ilog/models/stuff.rb
ilog-0.3.0 lib/ilog/models/stuff.rb