Sha256: 3109b37043406c7086dc0f824ec2fda939a67cc2e20f9b7d063c022981b96f1e
Contents?: true
Size: 486 Bytes
Versions: 3
Compression:
Stored size: 486 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 view/reporting functionality specific to # an application implementation. Put application specific code here. class AppView < BaseView end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
repo_manager-0.7.3 | lib/repo_manager/views/app_view.rb |
repo_manager-0.7.2 | lib/repo_manager/views/app_view.rb |
repo_manager-0.7.1 | lib/repo_manager/views/app_view.rb |