mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 22:06:40 +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
|
def orm
|
||||||
@orm ||= :activerecord
|
@orm ||= :activerecord
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def orm=(value)
|
||||||
|
@orm = value
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user