saucy 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module Saucy
15
15
  end
16
16
 
17
17
  def current_project
18
- ::Project.find_by_keyword!(params[:project_id])
18
+ current_account.projects.find_by_keyword!(params[:project_id])
19
19
  end
20
20
 
21
21
  def current_project?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saucy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - thoughtbot, inc.