Commit 689d4b47 by ivan Lan

Add inheritance support

parent 5d519299
...@@ -21,7 +21,7 @@ module RailsApiAuthentication ...@@ -21,7 +21,7 @@ module RailsApiAuthentication
end end
def action_class def action_class
@klass @klass || superclass.action_class
end end
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment