Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 348 Bytes

dart-rails_ujs

Idea

Provides basic ujs by dart for rails. This is mainly used and created because of dart-rails gem.

Setup

Add to pubspec.yaml
dependencies:
  rails_ujs: any

and run rake pub:get if you have dart-rails setup.