scss.tmbundle

https://github.com/marioricalde/scss.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.

ProjectMember.add_users_to_projects

Add users to projects with passed access option

access can be an integer representing a access code
or symbol like :master representing role

Ex.
  add_users_to_projects(
    project_ids,
    user_ids,
    ProjectMember::MASTER
  )

  add_users_to_projects(
    project_ids,
    user_ids,
    :master
  )

Source | Google | Stack overflow

Edit

git clone [email protected]:marioricalde/scss.tmbundle.git

cd scss.tmbundle

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ProjectMember-add_users_to_projects-for-pr


# Commit to git

git add git commit -m "better docs for ProjectMember.add_users_to_projects"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-ProjectMember-add_users_to_projects-for-pr

hub pull-request


# Celebrate!