Skip to content

Commit

Permalink
Adds Lib related files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokr committed Feb 15, 2013
1 parent 469a873 commit 9a1c68d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RelatedFiles.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"lib/$2.rb"
],

// Lib
".+\/(lib)\/(.+).rb":
[
"spec/lib/$2_spec.rb",
"test/lib/$2_test.rb"
],

// Rails controllers
".+\/app\/controllers\/(.+)_controller.rb":
[
Expand Down

0 comments on commit 9a1c68d

Please sign in to comment.