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

Commit

Permalink
fix record dnsimple import error
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci committed Jan 18, 2024
1 parent 399f166 commit 2bd58e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/record.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include DnsimpleHelper #standard:disable all

class Record
include DnsimpleHelper
include ActiveModel::Model
include ActiveModel::Dirty
include ActiveModel::API
Expand Down

0 comments on commit 2bd58e0

Please sign in to comment.