FIX #108, this is what happens when I should had gone to sleep :)
This commit is contained in:
parent
1edd378cc0
commit
d42819dd42
|
@ -15,9 +15,9 @@ module Impressionist
|
|||
receiver.belongs_to(:impressionable, :polymorphic => true)
|
||||
end
|
||||
|
||||
# returns done if thruthy
|
||||
def set
|
||||
:done if (include_attr_acc? && define_belongs_to)
|
||||
define_belongs_to
|
||||
include_attr_acc?
|
||||
end
|
||||
|
||||
private
|
||||
|
|
|
@ -50,6 +50,7 @@ module Impressionist
|
|||
end
|
||||
|
||||
end
|
||||
# returns done if thruthy
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue