Libraries
»
qcms
(2.1.0)
»
Index
»
Document
»
#year
Method: Document#year
Defined in:
app/models/document.rb
#
year
⇒
Object
180 181 182
# File 'app/models/document.rb', line 180
def
year
published_at
.
strftime
(
'
%Y
'
)
end