mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Bump version for gemspec fix and release
This commit is contained in:
parent
8f9223778a
commit
e6412015c0
2 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,12 @@ module Draper
|
||||||
proxy.extend(mod)
|
proxy.extend(mod)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
proxy.instance_eval do
|
||||||
|
def controller
|
||||||
|
#Object.controller
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
proxy.instance_eval do
|
proxy.instance_eval do
|
||||||
# A hack since this proxy doesn't pick up default_url_options from anywhere
|
# A hack since this proxy doesn't pick up default_url_options from anywhere
|
||||||
def url_for(*args)
|
def url_for(*args)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Draper
|
module Draper
|
||||||
VERSION = "0.7.0"
|
VERSION = "0.7.1"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue