Sha256: be0eb448c88df6d0ad3e897c2c1dc4ae1a73d386d3acc70183a56113ac7f2e45
Contents?: true
Size: 320 Bytes
Versions: 2
Compression:
Stored size: 320 Bytes
Contents
# encoding: utf-8 # Generic Views # Use directly or include into a controller if you want to use filters or customize them # http://wiki.github.com/botanicus/rango/generic-views require "rango/mini" require "rango/router" require "rango/mixins/render" module Rango module GV extend Rango::RenderMixin end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rango-0.1.1.1 | lib/rango/gv.rb |
rango-0.1.1 | lib/rango/gv.rb |