Sha256: 1a1cafc6a2345185213e1d5c1da160d7d82a73c68cd9ec87d7e5ddfcca899e4e
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
#################################################### # The file is was originally cloned from "Basic App" # More information on "Basic App" can be found in the # "Basic App" repository. # # See http://github.com/robertwahler #################################################### module RepoManager # An abstract superclass for basic asset functionality specific to an # application implementation. Put application specific code here. class AppAsset < BaseAsset end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
repo_manager-0.7.3 | lib/repo_manager/assets/app_asset.rb |
repo_manager-0.7.2 | lib/repo_manager/assets/app_asset.rb |
repo_manager-0.7.1 | lib/repo_manager/assets/app_asset.rb |