Sha256: ad23b56f573807fb0a1c534f7b43e80d0576ea67608bd2afaf980c6c08d48638
Contents?: true
Size: 151 Bytes
Versions: 15
Compression:
Stored size: 151 Bytes
Contents
class View < ActiveRecord::Base belongs_to :layout belongs_to :page_template def template_type_enum ['erb', 'haml', 'builder'] end end
Version data entries
15 entries across 15 versions & 1 rubygems