Browse Source

Fix inflection

closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
1953e3b6ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/api/oembed_controller.rb

+ 1
- 1
app/controllers/api/oembed_controller.rb View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
class Api::OembedController < ApiController
class Api::OEmbedController < ApiController
respond_to :json
def show

Loading…
Cancel
Save