Sign in

kpeclipse@up.edu.ph / auto-logs-api · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • auto-logs-api
  • app
  • controllers
  • v1
  • registrations_controller.rb
  • OJT21-58: Add initial sign-up feature
    b2aa1906
    kpeclipse@up.edu.ph authored
    2021-08-02 13:43:30 +0800  
    Browse Files »
registrations_controller.rb 138 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
# frozen_string_literal: true

module V1
  class RegistrationsController < Devise::RegistrationsController
    respond_to :json
  end
end