Advertisement
S-Mage

Simple method

Feb 21st, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1.     def issue_id(params)
  2.       return unless time_entry_class
  3.       params[:comment].match(/#\s?(\d+)/).try(:[], 1).try(:to_i)
  4.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement