Sha256: 183a5187b0cf5dc2d86ca633f7399a22bf8dad9fa9531b0aa5069ac6a78c0ba3
Contents?: true
Size: 131 Bytes
Versions: 29
Compression:
Stored size: 131 Bytes
Contents
class HomeController < ApplicationController skip_before_filter :authenticate_user!, :only => [ :index ] def index end end
Version data entries
29 entries across 29 versions & 1 rubygems