Skip to content

Commit

Permalink
#62 good bye message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozgur OZKAN committed Sep 5, 2013
1 parent d40697a commit bf4ecab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/cybele/generators/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def customization
invoke :setup_welcome_page
invoke :setup_devise
invoke :setup_time_zone
invoke :goodbye
end

def customize_gemfile
Expand Down Expand Up @@ -164,6 +165,10 @@ def setup_time_zone
build :set_time_zone
end

def goodbye
say 'Congratulations! That\'s all...'
end

def run_bundle
end

Expand Down

1 comment on commit bf4ecab

@tayfunoziserikan
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.