Sha256: 61c90ceb901472407c1c21e5477566e42574a87f8bc318ae2c528efa31143e29

Contents?: true

Size: 454 Bytes

Versions: 6

Compression:

Stored size: 454 Bytes

Contents

module ExpressTemplates
  module Components
    module Capabilities
      module Building
        # commented this out because it's intercepting calls to rails helpers
        # TODO: fix this... I think the whole buiding approach is broken.
        #       this class is empty and should probably go away.
        # def method_missing(name, *args)
        #   raise "#{self.class.to_s} has no method '#{name}'"
        # end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
express_admin-1.2.1 vendor/gems/express_templates/lib/express_templates/components/capabilities/building.rb
express_admin-1.2.0 vendor/gems/express_templates/lib/express_templates/components/capabilities/building.rb
express_templates-0.5.0 lib/express_templates/components/capabilities/building.rb
express_templates-0.4.2 lib/express_templates/components/capabilities/building.rb
express_templates-0.4.1 lib/express_templates/components/capabilities/building.rb
express_templates-0.4.0 lib/express_templates/components/capabilities/building.rb