ssplatt/the_dw

View on GitHub
app/controllers/invites_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class InvitesController < ApplicationController
  # button on users page
  # dropdown to select league (hidden field user id)
  # submit
  def new
    
  end
  
  def create
    
  end
  
  def edit
  end
  
  def update
  end
end