Sha256: bda5a05043cafb56f2ad98b2a49a59107f66d2059979cf261dc4af99f5d0ca91
Contents?: true
Size: 153 Bytes
Versions: 2
Compression:
Stored size: 153 Bytes
Contents
module NetherController def render_nether(partial, delay=3) if request.xhr? sleep(delay) render :partial => partial end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nether-0.0.4 | app/controllers/nether_controller.rb |
nether-0.0.3 | app/controllers/nether_controller.rb |