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

Version Path
bookingit-0.5.0 lib/bookingit/views/footer_view.rb
bookingit-0.4.1 lib/bookingit/views/footer_view.rb
bookingit-0.4.0 lib/bookingit/views/footer_view.rb
bookingit-0.3.0 lib/bookingit/views/footer_view.rb
bookingit-0.2.0 lib/bookingit/views/footer_view.rb
bookingit-0.1.0 lib/bookingit/views/footer_view.rb