class V1::ConfigsController < ApplicationController before_filter :require_login def index end def show end end