Excerpts from Scaffolds created with Ruby on Rails

— -Controller — -
class WebLoginsController < ApplicationController
before_action :set_web_login, only: [:show, :edit, :update, :destroy]

# GET /web_logins
# GET /web_logins.json
def index
@web_logins = WebLogin.order(:name)
end

# GET /web_logins/1
# GET /web_logins/1.json
def show
end

--

--

Trying to introduce myself in a new forum with hopeful expectations!

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Obioku Obotette

Trying to introduce myself in a new forum with hopeful expectations!