Method: Milkode::Database#touch_viewtime
- Defined in:
- lib/milkode/cdweb/lib/database.rb
#touch_viewtime(path) ⇒ Object
234 235 236 237 |
# File 'lib/milkode/cdweb/lib/database.rb', line 234 def touch_viewtime(path) package, restpath = Util.divide_shortpath(path) @grndb.packages.touch_if(package, :viewtime) if package end |