6 lines
65 B
Ruby
6 lines
65 B
Ruby
|
class AppAuth < PrototypeAuth
|
||
|
|
||
|
belongs_to :module_app
|
||
|
|
||
|
|
||
|
end
|