Sha256: 0f9a8f6f7a0a4af14baa534a5991cd35682e9c27275dd747c1b198238576922d
Contents?: true
Size: 159 Bytes
Versions: 8
Compression:
Stored size: 159 Bytes
Contents
class ApplicationController < ActionController::Base before_filter :render_nothing private def render_nothing render :nothing => true end end
Version data entries
8 entries across 8 versions & 2 rubygems