Class: Jackie::App
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#last_preview_url ⇒ Object
3 4 5 |
# File 'lib/jackie/app.rb', line 3 def last_preview_url "http://kickfolio.com/w/#{public_key}" end |
#versions ⇒ Object
7 8 9 |
# File 'lib/jackie/app.rb', line 7 def versions Version.find(:all, :params => { :app_id => self.id }) end |