mirror of
https://github.com/jimeh/skyhook.git
synced 2026-02-19 11:06:38 +00:00
initial import
This commit is contained in:
11
init/actions/has_latest.rb
Normal file
11
init/actions/has_latest.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class HasLatestAction < Action
|
||||
|
||||
def default
|
||||
Projects.has_latest?
|
||||
end
|
||||
|
||||
def method_missing(*args)
|
||||
Projects.has_latest?(*args)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user