summaryrefslogtreecommitdiff
path: root/db/migrate/20150713160110_add_project_view_to_users.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* Allow user to specify content he wants to see on project pageproject-default-viewDmitriy Zaporozhets2015-07-131-0/+5
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>