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

Added more seed data for future developers. #366

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ADStrovers
Copy link

  • Added projects that default to approved so devs can see them without logging in.
  • Changed spacing in seed data.

Let me know if you don't like the spacing. I can easily revert. I found this easier to read though!

* Added projects that default to approved so devs can see them without logging in.
:organization_id => 2,
:name => "Ruby Rogues Podcast",
:github_repo => "codemontage",
:cause_list => "Tech Education, Social Empowerment, Talking Heads, Tech Awareness",

Choose a reason for hiding this comment

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

Line is too long. [88/80]
Use the new Ruby 1.9 hash syntax.
Trailing whitespace detected.

@@ -7,11 +7,95 @@
# Mayor.create(name: 'Emanuel', city: cities.first)

# Admin User can login & add most other data via ActiveAdmin
@user = User.new(:email => "user@codemontage.com", :password => "passw0rd")
@user = User.new(:email: "user@codemontage.com", :password: "passw0rd")

Choose a reason for hiding this comment

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

unexpected token tCOLON

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

2 participants