Sha256: bf9a9e469fc39b59093b3d67e94766f404d185a18ee6acf52f6928da9def4c28

Contents?: true

Size: 647 Bytes

Versions: 9

Compression:

Stored size: 647 Bytes

Contents

# frozen_string_literal: true

module Maestrano
  module Api
    class AccountController < ApiController
      include Maestrano::Api::Concerns::AccountController

      # def setup_form
      # TODO return the json angular schema form
      # that will be used for the user to link their account
      # See https://github.com/json-schema-form/angular-schema-form/
      # end

      # def link_account
      # TODO similar to oauth_controller#request, method that allows
      # the user to link their account.
      # Params will be the ones from the setup_form +
      # 'org-uid': the channel_id (e.g: org-fbba)
      # end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
maestrano-connector-rails-2.3.6 lib/generators/connector/templates/account_controller.rb
maestrano-connector-rails-2.3.5 lib/generators/connector/templates/account_controller.rb
maestrano-connector-rails-2.3.4 lib/generators/connector/templates/account_controller.rb
maestrano-connector-rails-2.3.3 lib/generators/connector/templates/account_controller.rb
maestrano-connector-rails-2.3.2 lib/generators/connector/templates/account_controller.rb
maestrano-connector-rails-2.3.1 lib/generators/connector/templates/account_controller.rb
maestrano-connector-rails-2.3.0 lib/generators/connector/templates/account_controller.rb
maestrano-connector-rails-2.2.1 lib/generators/connector/templates/account_controller.rb
maestrano-connector-rails-2.2.0 lib/generators/connector/templates/account_controller.rb