i-free-developer / rails-crud

rails-crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails CRUD

! delete not works well may due to rails 7

  1. routes.rb
get '/path', to: 'controller#action'
get 'restaurants/:id', to: 'restaurants#show'
def action
end
action.html.erb

About

rails-crud


Languages

Language:Ruby 75.0%Language:HTML 19.3%Language:JavaScript 3.6%Language:CSS 2.1%