Sha256: 45e7c181231e973a9ac114d88675f5f73af7c3db47bb44ad422e39867915cd92
Contents?: true
Size: 285 Bytes
Versions: 6
Compression:
Stored size: 285 Bytes
Contents
module Bookingit module Views class BaseView < Mustache attr_reader :config self.template_path = File.expand_path(File.join(File.dirname(__FILE__),'..','..','..','templates')) def initialize(config) @config = config.options end end end end
Version data entries
6 entries across 6 versions & 1 rubygems