Commit edd4e3e8 authored by Galen Evilla's avatar Galen Evilla

basic web design! please improve this haha!

parent 20ed913c
module Admin
class CandidatesController < ApplicationController
before_action :authenticate_user!
def index
@positions = Position.all
render "admin/candidates/index.html.erb"
......
module Admin
class PositionsController < ApplicationController
before_action :authenticate_user!
def index
@positions = Position.all
render "admin/positions/index.html.erb"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment