Skip to content

Commit

Permalink
feat: return empty json on show action
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed Oct 15, 2019
1 parent 87ab983 commit d299cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/api/v1/contract_transactions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module Api
module V1
class ContractTransactionsController < ApplicationController
def show
render json: {}
end
end
end
Expand Down

0 comments on commit d299cfd

Please sign in to comment.