1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/models
Alex Kotov 7252a6d021
Add model Person
2018-12-10 08:32:35 +05:00
..
concerns Initialize Rails application 2018-11-23 00:33:08 +05:00
account.rb Add attribute Account#guest_token 2018-12-10 07:52:34 +05:00
application_record.rb Add frozen string literal comments 2018-11-23 00:58:35 +05:00
country_state.rb Add model RegionalOffice 2018-12-07 03:49:50 +05:00
membership_app.rb Add associations 2018-12-07 04:00:15 +05:00
passport.rb Allow to create passport without passport map 2018-12-03 03:21:28 +05:00
passport_confirmation.rb Add method Passport#can_have_confirmations? 2018-12-03 01:51:10 +05:00
passport_map.rb Allow non-unique PassportMap#passport 2018-12-03 01:29:39 +05:00
person.rb Add model Person 2018-12-10 08:32:35 +05:00
regional_office.rb Add associations 2018-12-07 04:00:15 +05:00
role.rb Require Role#name 2018-12-06 07:26:53 +05:00
telegram_bot.rb Add method TelegramBot#client 2018-12-07 23:03:01 +05:00
telegram_chat.rb Add model TelegramChat 2018-12-07 08:14:14 +05:00
user.rb Revert "Allow unconfirmed access for 3 days when OmniAuth sign up" 2018-12-04 09:15:44 +05:00
user_omniauth.rb Add model UserOmniauth 2018-12-04 08:09:05 +05:00