feat: implement popping nms

This commit is contained in:
insects 2025-03-10 23:39:05 +01:00
parent ce5d327ca2
commit 5c721eb08c
16 changed files with 1397 additions and 70 deletions

11
test/fixtures/pops.yml vendored Normal file
View file

@ -0,0 +1,11 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
# This model initially had no columns defined. If you add columns to the
# model remove the "{}" from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one: {}
# column: value
#
two: {}
# column: value

7
test/models/pop_test.rb Normal file
View file

@ -0,0 +1,7 @@
require "test_helper"
class PopTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end