Sha256: b3b2b422f7e514f2c0e2c8a33cab4c79d78a46c021f18f4ab9d1d6c4267d37a3
Contents?: true
Size: 321 Bytes
Versions: 6
Compression:
Stored size: 321 Bytes
Contents
module BitPlayer class ContentProviders::Null def initialize(content_module) @content_module = content_module end def render_current(options) "Content Module #{ @content_module.title }: Oops, did you expect a content provider here?" end def show_nav_link? true end end end
Version data entries
6 entries across 6 versions & 1 rubygems