Update to Rails 2.3.9 and itextomml 1.3.27
This commit is contained in:
parent
113e0af736
commit
ef30cc22df
200 changed files with 3065 additions and 1204 deletions
|
@ -7,7 +7,7 @@ class Record
|
|||
|
||||
class << self
|
||||
def callback_symbol(callback_method)
|
||||
returning("#{callback_method}_method") do |method_name|
|
||||
"#{callback_method}_method".tap do |method_name|
|
||||
define_method(method_name) do
|
||||
history << [callback_method, :symbol]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue