Sha256: 2500dd38529fe5e224b867be0836c4e3dcd4f2d4d4bb18dbd36a9b4ff1c1cbf9
Contents?: true
Size: 282 Bytes
Versions: 8
Compression:
Stored size: 282 Bytes
Contents
class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception def storytime_post_param_additions attrs = [:video_url] attrs end end
Version data entries
8 entries across 8 versions & 1 rubygems