class ActionController::Base
Public Instance Methods
swal(&block)
click to toggle source
# File lib/rough_swal.rb, line 200 def swal(&block) RoughSwal::Alert.new(session, &block) end
# File lib/rough_swal.rb, line 200 def swal(&block) RoughSwal::Alert.new(session, &block) end