hawkins / cointoss

E-sports betting simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editing actions?

todo opened this issue · comments

commented

resources :actions, only: [:create, :destroy] # TODO: Editing actions?
resources :bets, only: [:create, :destroy]
end
get 'login', to: 'sessions#new'
post 'login', to: 'sessions#create'
get 'welcome', to: 'sessions#welcome'


This issue was generated by todo based on a TODO comment in b127aae when #3 was merged. cc @hawkins.