class HomeController < ApplicationController def index @event = Event.new @event.build_description end def new_systemwide_block @random_id = "A#{Polyblock::Block.random_id}" end end