M. Rejka Permana
Results
2
issues of
M. Rejka Permana
I've this problem when I run ```bundle add stimulus_reflex``` and then, showing ```Can't locate the stimulus_reflex NPM package. Either add it to your package.json as a dependency or use "yarn...
```ruby # model class RoomType < ApplicationRecord ... has_many :room_facilities accepts_nested_attributes_for :room_facilities, allow_destroy: true, reject_if: :all_blank ... end ``` ```ruby # the form ... Tambah Fasilitas ... ``` ```ruby #...