Class: Vanity::Ui::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/vanity/ui/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
# File 'app/controllers/vanity/ui/application_controller.rb', line 4

def index
end

#newObject



6
7
8
# File 'app/controllers/vanity/ui/application_controller.rb', line 6

def new
  render "new"
end