Sha256: 6fba94bef8639ed179d57800d1624b66e04c47d2e1ccf4d9704c3eb9ac5f5ca5
Contents?: true
Size: 193 Bytes
Versions: 7
Compression:
Stored size: 193 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery before_filter do Listings.configuration.theme = params[:theme] || Listings::Configuration.new.theme end end
Version data entries
7 entries across 7 versions & 1 rubygems