Sha256: 7d67a1d7dacd6bb68b29080071a3fa11e8d28620ac60299caa371d221c2ab012
Contents?: true
Size: 160 Bytes
Versions: 17
Compression:
Stored size: 160 Bytes
Contents
class UsersController < ApplicationController def index @users = User.all end def update TestJob.perform_now redirect_to root_path end end
Version data entries
17 entries across 17 versions & 1 rubygems