Sha256: 6516a40dca0daa52096912d32e6c1755c204bbcb39cbf6970886878d01e6886b
Contents?: true
Size: 313 Bytes
Versions: 59
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true 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
59 entries across 59 versions & 1 rubygems