Sha256: 27d40a6d02a90c8958b1fb771999bbd10356ff15d05790c237f19ef29acd4661
Contents?: true
Size: 319 Bytes
Versions: 1
Compression:
Stored size: 319 Bytes
Contents
module MegaBar class TextreadsController < ApplicationController include MegaBarConcern before_action ->{ myinit 7 }, only: [:index, :show, :edit, :new] private def _params params.require(:textread).permit(:field_display_id, :truncation, :truncation_format, :transformation) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mega_bar-0.0.1 | app/controllers/mega_bar/textreads_controller.rb |