Sha256: 50735fe2bfd7b063dc3bb51221cf954523c3f4d0a573343cad0e584fce51e5ad
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
class BassistCell < Cell::Rails def play render end def shout(args) @words = args[:words] render end def provoke controller.config.relative_url_root = "" if Cell.rails3_0? render end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cells-3.9.0 | test/app/cells/bassist_cell.rb |