Module: ProjectInfosHelper

Included in:
ProjectInfosController
Defined in:
app/helpers/project_infos_helper.rb

Instance Method Summary collapse

Instance Method Details

#project_info_existsObject



2
3
4
# File 'app/helpers/project_infos_helper.rb', line 2

def project_info_exists
  redirect_to(:controller => 'board', :action => 'index') if (ProjectInfo.exists?(1))
end