Sha256: 6726357726e6fd0a71d8c97c93c820702540ff2d452e62cf833d76dfae7810c4
Contents?: true
Size: 299 Bytes
Versions: 289
Compression:
Stored size: 299 Bytes
Contents
class EntityMapCard attr_accessor :map, :map_id attr_accessor :action_controller def initialize(map, map_id) @map, @map_id = map, map_id end end module EntityRESTHelpers def entity_map_card_render(card) partial_render('entity_partials/entity_map_card', :card => card) end end
Version data entries
289 entries across 289 versions & 1 rubygems