1 2 3 4 5 6 7 8 9 10 11
class V1::ConfigsController < ApplicationController before_filter :require_login def index end def show end end