Sha256: 7d64fff436beacb2dff271bd92e6f91769c54fbd0d98cba6bc1dc9690cffeb07
Contents?: true
Size: 248 Bytes
Versions: 6
Compression:
Stored size: 248 Bytes
Contents
module Bookingit module Views class FooterView < BaseView self.template_name = 'footer.html' attr_reader :chapter def initialize(chapter,config) @chapter = chapter super(config) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems