mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 13:56:41 +00:00
feat: Add setter for ORM configuration.
This commit is contained in:
parent
ac06deb86a
commit
7ec227174b
@ -23,5 +23,9 @@ module RabbitCarrots
|
||||
def orm
|
||||
@orm ||= :activerecord
|
||||
end
|
||||
|
||||
def orm=(value)
|
||||
@orm = value
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user