mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Failing at syntax
This commit is contained in:
@@ -63,10 +63,13 @@ class Post
|
||||
(self.send accessor.to_sym).to_s}.join ';'
|
||||
end
|
||||
|
||||
def log_inspection prefix
|
||||
Rails.logger.info prefix
|
||||
def log_inspection
|
||||
Rails.logger.info self.inspect
|
||||
end
|
||||
def log_save_inspection
|
||||
Rails.logger.info "After saving, object is:"
|
||||
log_inspection
|
||||
end
|
||||
|
||||
protected
|
||||
def destroy_comments
|
||||
|
||||
Reference in New Issue
Block a user