mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-25 07:06:39 +00:00
feat: Add setter for ORM configuration.
This commit is contained in:
@@ -23,5 +23,9 @@ module RabbitCarrots
|
||||
def orm
|
||||
@orm ||= :activerecord
|
||||
end
|
||||
|
||||
def orm=(value)
|
||||
@orm = value
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user