Method: Cms::Behaviors::Publishing::InstanceMethods#publish
- Defined in:
- lib/cms/behaviors/publishing.rb
#publish ⇒ Object
60 61 62 63 64 65 66 |
# File 'lib/cms/behaviors/publishing.rb', line 60 def publish publish! true rescue Exception => e logger.warn("Could not publish, #{e.class}: #{e.message}\n#{e.backtrace.join("\n")}") false end |