# This controller displays working examples of the helpers. # # After installation, restart your rails server and point your browser to: # # http:///bootstrap_view_helpers # class BootstrapViewHelpersController < ApplicationController layout 'bootstrap_view_helpers' def index end end