HartasCuerdas/pnp

View on GitHub
app/controllers/welcome_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Welcome Controller
class WelcomeController < ApplicationController

  # OPTIONS
  # renders nothing
  def options
    render nothing: true
  end
  
end