Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds install generator #4

Merged
merged 1 commit into from Jul 9, 2014
Merged

Conversation

accessd
Copy link
Contributor

@accessd accessd commented Jul 3, 2014

easy installation:star:

module Generators
class InstallGenerator < Rails::Generators::Base
desc "creates an initializer file at config/initializers/stat_board.rb and adds StatBoard route to config/routes.rb"
source_root File.expand_path('../../../..', __FILE__)
Copy link

Choose a reason for hiding this comment

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

Better way than File.expand_path('../../../..', __FILE__)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep, updated

@Fosome
Copy link

Fosome commented Jul 9, 2014

Looks good 👍
@dce ?

@dce
Copy link
Member

dce commented Jul 9, 2014

👍

efatsi pushed a commit that referenced this pull request Jul 9, 2014
@efatsi efatsi merged commit 8dcca2a into vigetlabs:master Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants