acts_as_has_many 0.1.3
acts_as_has_many is a gem that makes it easy to work with JSONB arrays as Active Record associations in your Ruby on Rails applications. It simplifies nested form handling.
          Gemfile:
          =
        
        
          install:
          =
        
      Versions:
- 0.1.4 October 24, 2023 (9 KB)
- 0.1.3 October 24, 2023 (8.5 KB)
- 0.1.2 October 23, 2023 (8.5 KB)
- 0.1.1 October 22, 2023 (15 KB)
Runtime Dependencies (1):
            activerecord
            >= 6.0
          
    