Sha256: feec7ac38a0f6459fae6cd7a63178171eb13352e40455a798a4f5a18da1224c7

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

# QuestionGrid
# - Represents a grid layout of a set of questions, with a total at the bottom
#
# :kind         - 'QuestionGridWithTotal' for single table inheritance (STI)
# :content      - questions
# :total_cols    - Which column(s) of the grid should be used for totals

module Fe
  class QuestionGridWithTotal < QuestionGrid
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fe-0.0.4 app/models/fe/question_grid_with_total.rb
fe-0.0.3 app/models/fe/question_grid_with_total.rb