Sha256: ef52100d78215e9a9027ecac6d2ea621910a74ce83d7d2fc71ed7032300331f8
Contents?: true
Size: 330 Bytes
Versions: 16
Compression:
Stored size: 330 Bytes
Contents
# encoding: utf-8 require "rango/settings" module Rango module Settings class Template < Settings # @since 0.0.3 hattribute :caching, Rango.development? # @since 0.0.3 # useful for helpers hattribute :format, :html # @since 0.0.3 hattribute :format_version, 5 end end end
Version data entries
16 entries across 16 versions & 1 rubygems