Sha256: 1f2d3f7f484262428db7c5290edf292c4a74fdfab3a63e286c49bc94d8d8ed89
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
module Helena module Admin module Questions class StaticTextsController < Admin::QuestionsController private def permited_params [:default_value, :required] end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
helena-0.3.3 | app/controllers/helena/admin/questions/static_texts_controller.rb |