Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update app/controllers/projects_controller.rb
cruise_config.rb.example is not found when running ./cruise start --daemon
  • Loading branch information
jalvarezsamayoa committed Jan 4, 2013
1 parent 422b3ee commit 25da074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/projects_controller.rb
Expand Up @@ -27,7 +27,7 @@ def create

def getting_started
@project = Project.find(params[:id])
@config_example = File.read( File.join("config", "cruise_config.rb.example") )
@config_example = File.read( Rails.root.join("config", "cruise_config.rb.example") )
end

def show
Expand Down

0 comments on commit 25da074

Please sign in to comment.