initial commit
|
---|
0 parent
commit 23d16513fa17b9e5398a6f03f456c9d3b49e0da3
|
.gitattributes 0 → 100644 |
---|
.gitignore 0 → 100644 |
---|
.ruby-version 0 → 100644 |
---|
Gemfile 0 → 100644 |
---|
Gemfile.lock 0 → 100644 |
---|
README.md 0 → 100644 |
---|
Rakefile 0 → 100644 |
---|
app/channels/application_cable/channel.rb 0 → 100644 |
---|
app/channels/application_cable/connection.rb 0 → 100644 |
---|
app/controllers/api/users_controller.rb 0 → 100644 |
---|
app/controllers/concerns/.keep 0 → 100644 |
---|
app/jobs/application_job.rb 0 → 100644 |
---|
app/mailers/application_mailer.rb 0 → 100644 |
---|
app/models/application_record.rb 0 → 100644 |
---|
app/models/authority.rb 0 → 100644 |
---|
app/models/concerns/.keep 0 → 100644 |
---|
app/models/user.rb 0 → 100644 |
---|
app/views/layouts/mailer.html.erb 0 → 100644 |
---|
app/views/layouts/mailer.text.erb 0 → 100644 |
---|
bin/rails 0 → 100755 |
---|
bin/rake 0 → 100755 |
---|
bin/setup 0 → 100755 |
---|
config.ru 0 → 100644 |
---|
config/application.rb 0 → 100644 |
---|
config/boot.rb 0 → 100644 |
---|
config/cable.yml 0 → 100644 |
---|
config/credentials.yml.enc 0 → 100644 |
---|
config/database.yml 0 → 100644 |
---|
config/environment.rb 0 → 100644 |
---|
config/environments/development.rb 0 → 100644 |
---|
config/environments/production.rb 0 → 100644 |
---|
config/environments/test.rb 0 → 100644 |
---|
config/initializers/cors.rb 0 → 100644 |
---|
config/initializers/filter_parameter_logging.rb 0 → 100644 |
---|
config/initializers/inflections.rb 0 → 100644 |
---|
config/locales/en.yml 0 → 100644 |
---|
config/puma.rb 0 → 100644 |
---|
config/routes.rb 0 → 100644 |
---|
config/storage.yml 0 → 100644 |
---|
db/migrate/20220403081640_create_users.rb 0 → 100644 |
---|
db/migrate/20220403124644_create_authorities.rb 0 → 100644 |
---|
db/schema.rb 0 → 100644 |
---|
db/seeds.rb 0 → 100644 |
---|
lib/JWT.rb 0 → 100644 |
---|
lib/UserToken.rb 0 → 100644 |
---|
lib/tasks/.keep 0 → 100644 |
---|
log/.keep 0 → 100644 |
---|
public/robots.txt 0 → 100644 |
---|
storage/.keep 0 → 100644 |
---|
test/channels/application_cable/connection_test.rb 0 → 100644 |
---|
test/controllers/.keep 0 → 100644 |
---|
test/controllers/users_controller_test.rb 0 → 100644 |
---|
test/fixtures/autorities.yml 0 → 100644 |
---|
test/fixtures/files/.keep 0 → 100644 |
---|
test/fixtures/users.yml 0 → 100644 |
---|
test/integration/.keep 0 → 100644 |
---|
test/mailers/.keep 0 → 100644 |
---|
test/models/.keep 0 → 100644 |
---|
test/models/autority_test.rb 0 → 100644 |
---|
test/models/user_test.rb 0 → 100644 |
---|
test/test_helper.rb 0 → 100644 |
---|
tmp/.keep 0 → 100644 |
---|
tmp/pids/.keep 0 → 100644 |
---|
tmp/storage/.keep 0 → 100644 |
---|
vendor/.keep 0 → 100644 |
---|