class StaticPagesController < ApplicationController
before_action :init_company
def home
end
def about
end
def help
end
def advertise
end
private
def init_company
@company = Company.find(params[:id])
end
end
[2013-05-19 12:04:57] requirements_osx_brew_libs_install
Error: No such keg: /usr/local/Cellar/autoconf
There were package installation errors, make sure to read the log.
Check Homebrew requirements github.com/mxcl/homebrew/wiki/Installation
[2013-05-18 22:55:29] requirements_osx_brew_libs_install
Error: No such keg: /usr/local/Cellar/autoconf
There were package installation errors, make sure to read the log.
Check Homebrew requirements github.com/mxcl/homebrew/wiki/Installation