Repository URL to install this package:
|
Version:
0.4.5 ▾
|
module Scrapbook
class ApplicationController < ActionController::Base
if Scrapbook.config.before_action
before_action Scrapbook.config.before_action
end
def url_options
{ :context => params[:context] }.merge(super)
end
end
end