We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Rodauth::Rails::Model
1 parent 40507f0 commit 6057ea2Copy full SHA for 6057ea2
lib/rodauth/rails.rb
@@ -7,10 +7,9 @@ module Rails
7
class Error < StandardError
8
end
9
10
- # This allows the developer to avoid loading Rodauth at boot time.
+ # This allows avoiding loading Rodauth at boot time.
11
autoload :App, "rodauth/rails/app"
12
autoload :Auth, "rodauth/rails/auth"
13
- autoload :Model, "rodauth/rails/model"
14
15
@app = nil
16
@middleware = true
lib/rodauth/rails/model.rb
test/model_mixin_test.rb
@@ -22,12 +22,6 @@ class ModelMixinTest < UnitTest
22
23
24
25
- test "deprecated Rodauth::Rails::Model constant" do
26
- capture_io do
27
- assert_equal Rodauth::Model, Rodauth::Rails::Model
28
- end
29
30
-
31
private
32
33
def define_account_class
0 commit comments