rubyforgood / inkind-admin

A project serving Community Education Partnerships - https://www.cep.ngo/ . This Rails application presents an admin interface for CEP to manage their volunteers and students. And provides a GraphQL backend for https://github.com/rubyforgood/inkind-volunteer .
MIT License
9 stars 27 forks source link

Add Rails UJS to the project #88

Closed rimenes closed 3 years ago

rimenes commented 3 years ago

Description

Add Rails UJS to the project. This project started as a Rails API only project so we were missing pieces that would allow us using some Rails features created for web views like form authenticity token and link confirmation dialog.

Type of change