Method: Reji::Configuration#model
- Defined in:
- lib/reji/configuration.rb
#model ⇒ Object
Reji Model
This is the model in your application that includes the Billable concern provided by Reji. It will serve as the primary model you use while interacting with Reji related methods, subscriptions, and so on.
25 26 27 |
# File 'lib/reji/configuration.rb', line 25 def model @model end |