UNPKG

84 BPlain TextView Raw
1class UsersController < ApplicationController
2
3def index
4 @users = User.all
5end
6end