This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/models/app_auth.rb

6 lines
65 B
Ruby
Raw Normal View History

class AppAuth < PrototypeAuth
2012-01-05 08:20:51 +00:00
belongs_to :module_app
2011-12-20 08:47:17 +00:00
2011-12-20 08:47:17 +00:00
end