Rename the caf_id

This commit is contained in:
Jez Caudle 2023-01-27 10:00:17 +00:00
parent 21bc67bde7
commit b27e424732
2 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,4 @@
class RenameCafIdToObjectiveId < ActiveRecord::Migration[7.0]
def change
end
end

View File

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