Sha256: c4e5e270fbf9497072496c18cc62846d8acdde757ce75bdde86fe3e91b67b28e

Contents?: true

Size: 141 Bytes

Versions: 1

Compression:

Stored size: 141 Bytes

Contents

class UsersController < ApplicationController
  def create
    redirect_to root_path
  end

  def update
    redirect_to root_path
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap_form-5.1.0 demo/app/controllers/users_controller.rb