Sha256: e5573fbe09e4ad00e06a9f95d73b9aec4c2b937655195a475499977403f24613
Contents?: true
Size: 283 Bytes
Versions: 51
Compression:
Stored size: 283 Bytes
Contents
class UsersController < ApplicationController # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. def index end def add end def edit end def show end def create end def update end def destroy end end
Version data entries
51 entries across 51 versions & 1 rubygems